-- background: 40467 from stack: in -- bmap block id: 35650 -- flags: 0000 -- background id: 0 -- name: IndexBack ----- HyperTalk script ----- on closeBackground global mapLoc put 11 into mapLoc put "yes" into line 12 of field "footprints" of card "Map" end closeBackground -- part 2 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=128 top=0 right=53 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 18 -- style flags: 10240 -- line height: 20 -- part name: Title -- part 3 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=128 top=24 right=66 bottom=511 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 21 -- text size: 18 -- style flags: 0 -- line height: 20 -- part name: cardTitle -- part 4 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=128 top=51 right=87 bottom=508 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 157 -- text size: 14 -- style flags: 0 -- line height: 16 -- part name: -- part 8 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=428 top=317 right=342 bottom=456 -- title width / last selected line: 0 -- icon id / first selected line: 18611 / 18611 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: prev ----- HyperTalk script ----- on mouseUp visual effect scroll right go prev end mouseUp -- part 9 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=457 top=317 right=342 bottom=485 -- title width / last selected line: 0 -- icon id / first selected line: 18612 / 18612 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: next ----- HyperTalk script ----- on mouseUp visual scroll left go next end mouseUp -- part 11 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=128 top=94 right=320 bottom=510 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 156 -- text size: 14 -- style flags: 0 -- line height: 16 -- part name: cardText -- part 24 (button) -- low flags: 00 -- high flags: E000 -- rect: left=448 top=0 right=19 bottom=509 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 2048 -- line height: 13 -- part name: Contents ----- HyperTalk script ----- on mouseUp visual effect dissolve go card "content 0" end mouseUp -- part 25 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=484 top=317 right=342 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 18613 / 18613 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: return ----- HyperTalk script ----- on mouseUp visual dissolve go card "Map" end mouseUp